Welcome![Sign In][Sign Up]
Location:
Search - OCR CSharp

Search list

[OtherAsprise-OCR-CSharp-Windows_XP_32bit-4.0.zip

Description: Asprise-OCR-CSharp-Windows_XP_32bit-4.0.zip
Platform: | Size: 6479396 | Author: 307731385@qq.com | Hits:

[CSharpoocr_v2_07252004

Description: sdfa Open OCR (oocr) is a character recognition program used for automatic scanning of documents and forms. oocr is based on the idea of automatic form/document reading, which can create a batch process in recognizing areas of interest for forms or automatically scan entire documents and scanned images for character recognition. oocr is written in C on Windows (win32) libraries. All of the source code to the program is made available under the GNU General Public License (GPL) _________________________________________________________ History July 25,2004 : 2nd Release [NOT to be intended as a stable working release] Added: Program Icon Started: Image Processing for background detection Started: Bound Box reduction/fitting for standard scanning July 16,2004 : Initial Release [NOT to be intended as a stable working release]
Platform: | Size: 121856 | Author: 苏打发 | Hits:

[Graph RecognizeOCR

Description: 一个简单、快速的图片识别代码,只能识别数字和英文字母。可用于网页上验证码的识别,能识别出验证码常用的各种扰乱的点和线-a simple, quick photo identification code, only an identification number and alphabetical. The website can be used to test code on the identification, certification will identify the various codes used to disrupt the dots and lines
Platform: | Size: 71680 | Author: 伍叙辉 | Hits:

[Graph Recognizeocr-eval-csharp

Description: 图片文字识别!可以将图片是的文字转化出来!-Photo Character Recognition! Images can be transformed from the text!
Platform: | Size: 1709056 | Author: 刘晓飞 | Hits:

[Graph RecognizeMODIDemo

Description: OCR识别软件,包括源码,-OCR recognition software, including source code,
Platform: | Size: 112640 | Author: | Hits:

[Graph RecognizeHeimaBBS_OCR

Description: OCR C# VS.net 2003 OCR C# VS.net 2003
Platform: | Size: 103424 | Author: | Hits:

[Graph RecognizecshartOCR20080616

Description: 一个c#写的ocr程序,很不错,用用就知道了-A c# Written ocr procedures, very good, with use of the know
Platform: | Size: 21504 | Author: luhaiheng | Hits:

[.netAsprise-OCR-CSharp-Windows_Server_32bit-4.0

Description: 识别图片上的文字,识别率有80% 附加c#调用 [DllImport("AspriseOCR.dll")] static extern string craboOCR(string file, int type) private void GetVeryfyCode() { if(File.Exists(_imgPath))//ok now? { try { this.picbVeryfyCode.Image=System.Drawing.Bitmap.FromFile(_imgPath) _veryfyCode=craboOCR(_imgPath,-1) _veryfyCode=_veryfyCode.Substring(0,4) this.txtVeryfyCode.Text=_veryfyCode } catch(Exception e) { this.lblResult.Text+=e.Message } } }-The text on the picture identification, identification rate of 80 surcharge c# Calls [DllImport ( AspriseOCR.dll )] static extern string craboOCR (string file, int type) private void GetVeryfyCode () (if (File.Exists (_imgPath) )// ok now? (try (this.picbVeryfyCode.Image = System.Drawing.Bitmap.FromFile (_imgPath) _veryfyCode = craboOCR (_imgPath,-1) _veryfyCode = _veryfyCode.Substring (0,4) this.txtVeryfyCode.Text = _veryfyCode) catch (Exception e) (this.lblResult.Text+ = e.Message)))
Platform: | Size: 6479872 | Author: 似的 | Hits:

[Special Effectsocr

Description: 图象处理,简单的字母识别... 适合初学者使用-Image processing, a simple letter to identify suitable for beginners ...
Platform: | Size: 71680 | Author: 东方雎 | Hits:

[CSharpSimpleOCRsrc

Description: OCR算法的 BPN ,学习c#处理图像应该必备的东西,,以前我都是手写的,现在我把一个成品给大家,希望大家珍惜-OCR algorithm of BPN, learning c# Image should be necessary to deal with things, I always handwritten, and now I have a finished product to the U.S., I hope everyone Value
Platform: | Size: 49152 | Author: Xuezhe Liu | Hits:

[CSharpCharactorRegnization(CSharp)

Description: 一个CSharp语言的基于OCR的文字识别软件,网上下载,仅供学习。-Based on a CSharp language OCR text recognition software, online download, only to learn.
Platform: | Size: 23552 | Author: xielingwang | Hits:

[Graph Recognizeocr_csharp

Description: MS office中的MODI组件中ocr组件在c#中的调用-MS office component of the Modi ocr components c# The call
Platform: | Size: 429056 | Author: lirongjie | Hits:

[Software Engineering27796699cshartOCR20080616

Description: ocr samples for use with .net c#
Platform: | Size: 21504 | Author: itcozum | Hits:

[CSharpSimpleOCRsrc

Description: OCR字符识别技术开发源代码C#,能较好识别限定范围内的各种字符,并可加入噪音百分比-optical character recognition
Platform: | Size: 53248 | Author: zhoulijuan | Hits:

[Graph RecognizeAspriseOCRv4

Description: 英文OCR识别控件,可对验证码进行识别。带有演示源码。 int startX = 0 int startY = 0 int width = -1 int height = -1 try { startX = Convert.ToInt32(textStartX.Text) startY = Convert.ToInt32(textStartY.Text) width = Convert.ToInt32(textWidth.Text) height = Convert.ToInt32(textHeight.Text) } catch (Exception ex) { Console.WriteLine(ex.StackTrace) } String result = Marshal.PtrToStringAnsi(OCRpart(textImage.Text, -1, startX, startY, width, height)) textResults.Text = result -English OCR recognition controls, can be identified on the Verification Code. Demonstration with source code. int startX = 0 int startY = 0 int width =-1 int height =-1 try (startX = Convert.ToInt32 (textStartX.Text) startY = Convert.ToInt32 (textStartY.Text) width = Convert. ToInt32 (textWidth.Text) height = Convert.ToInt32 (textHeight.Text) ) catch (Exception ex) (Console.WriteLine (ex.StackTrace) ) String result = Marshal.PtrToStringAnsi (OCRpart (textImage.Text,-1 , startX, startY, width, height)) textResults.Text = result
Platform: | Size: 5384192 | Author: King | Hits:

[CSharpSimpleOCR

Description: C#使用神经网络实现光学字符识别(OCR)源代码-Csharp use the neural network optical character recognition (OCR) the source code
Platform: | Size: 159744 | Author: 易湘陵 | Hits:

[Graph Recognizeocr

Description: A C# Implementation of Optical Character Recognition (OCR)
Platform: | Size: 8192 | Author: omcdr | Hits:

[CSharpOCR

Description: OCR字符识别技术开发源代码,WINDOWS应用程序开发,字符识别技术-the resource code of OCR character recognition, WINDOWS practical program development, character recognition technology
Platform: | Size: 53248 | Author: YY | Hits:

[Graph RecognizeAsprise-OCR-CSharp-Windows_XP_32bit-4.0

Description: 人工神经网络算法的OCR识别,识别还可以,如果摄像头够清晰的话,效果更好-Artificial neural network algorithms OCR recognition, recognition can also, if the camera is far from clear, then better
Platform: | Size: 5178368 | Author: 刘友斌 | Hits:

[Graph Recognizeasprise-ocr-csharp-vb.net-15.3.1-trail

Description: 扫描无处不在:浏览器和java C # VB.NET应用 asprise OCR SDK的数据采集◎终极免费的OCR引擎 ?运行OCR项目样本 -------------------------------------------- 1)在Visual Studio中打开解决方案示例项目\ ocr-samples-vs.sln; 2)设置项目的asprise OCR API样品为启动项目; 3)点击“开始”或按F5开始。(Scan everywhere: the browser and the Java C VB.NET application # Asprise OCR SDK the ultimate free OCR data acquisition engine Have run the OCR sample project)
Platform: | Size: 57407488 | Author: 新学徒 | Hits:
« 12 3 »

CodeBus www.codebus.net